home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 June / SGI Freeware 1998 June.iso / dist / fw_IZzip.idb / usr / freeware / src / zip / nt / ntzip.h.z / ntzip.h
C/C++ Source or Header  |  1997-09-09  |  268b  |  16 lines

  1. /*
  2.  * NT specific functions for ZIP.
  3.  */
  4.  
  5. int GetFileMode(char *name);
  6. long GetTheFileTime(char *name);
  7.  
  8. int IsFileNameValid(char *name);
  9. int IsFileSystemFAT(char *dir);
  10. void ChangeNameForFAT(char *name);
  11.  
  12. char *StringLower(char *);
  13.  
  14. char *GetLongPathEA(char *name);
  15.  
  16.